home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 051-060 / amok58 / fcs / fcs.doc < prev    next >
Text File  |  1993-11-04  |  1KB  |  46 lines

  1.  
  2.  
  3.                       FCS - File Check Sum
  4.                       ~~~~~~~~~~~~~~~~~~~~
  5.         Written 1991 by P.Fröhlich of Nephthys Software.
  6.                          Public Domain.
  7.  
  8.                     Version 1.0 - 09-Sep-1991
  9.  
  10.               May *NOT* be distributed for profit.
  11.  
  12.  
  13. What is FCS ?
  14. ~~~~~~~~~~~~~
  15. FCS  is  a  simple utilitiy that calculates a 32-Bit CRC checksum
  16. for a file.  This can help you to detect viruses or other illegal
  17. program modifications.
  18.  
  19. Why FCS ?
  20. ~~~~~~~~~
  21. FCS  was  written  as  a  demonstration  for my crc.library which
  22. contains  (or  will contain in the near future) the *FASTEST* :-)
  23. CRC  calculation  routines  possible on an 68.000 Amiga.  (I just
  24. have to write down the same stuff for 16 bit CRC's...)
  25.  
  26. The  current implementation of FCS is twice as fast as CRC32.  If
  27. your  implementation  is  faster  then  FCS  or if you notice any
  28. inconsitency  with  other  CRC  generator programs, please let me
  29. know.  Thanx.
  30.  
  31. This  Version  comes with full source code.  (As full as about 4k
  32. get...).
  33.  
  34. Address comments and other stuff to either
  35.  
  36.                          Peter Fröhlich
  37.                         Ebenböckstraße 19
  38.                         D-8000 München 60
  39.  
  40.                         or preferably to
  41.  
  42.                  Z-NET:P.FROEHLICH@NEXT-BOX.ZER
  43.  
  44. By(T)e...
  45.          Peter...
  46.